.widget {
	margin-bottom: 40px;
}
.widget .selt{width:100%;margin-bottom:10px;}
.widget-title {
	margin: 0 0 25px;
color:#fff;
}
.footer-c-info .widget-title-color{
color:#fff !important;
font-size:16px;
}
.widget-title {
	margin-bottom: 20px;
}

.recent-posts-entry ul {
	margin: 0;
	list-style: none;
	padding: 0;
}


/* widget listing*/

.widget_services ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	border:1px solid #e7e7e7;

}
.footer-c-info ul li{
color:#fff;}
.widget_services ul li {
	margin-bottom: 13px;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
	padding: 15px 10px 15px 20px;
	margin-bottom: 0;
	line-height: 20px;
color:#fff;
}

.widget_services ul li:last-child {
	border-bottom: 0px;
}

.widget_services ul li {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.widget-bg{
background-color:transparent;
}
.widget_services ul li:hover {
	border-left: 5px solid #00BCD4;
	-webkit-box-shadow: 0px 4px 7px 0px #ededed;
	
	box-shadow: 0px 4px 7px 0px #ededed;	
}

.widget_services ul li a {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;		
}

.widget_services ul li a:hover {
	color: #00BCD4;
}

.widget_services li {
	border-bottom: none;
	line-height: 28px;
}

.widget_services li:before {
	top: 0;
	left: 1px;
}

.widget_services.inline-links li {
	display: block;
	border-bottom: none;
}


/* widget listing*/

.site-footer .widget_services ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	border:0px;
}

.site-footer .widget_services ul li {
	margin-bottom: 13px;
	border-bottom: 1px dashed rgba(74, 74, 74, 0.5);
	position: relative;
	padding: 11px 10px 11px 0px;
	margin-bottom: 0;
	line-height: 20px;
}

.site-footer .widget_services ul li:last-child {
	border-bottom: 0px;
}

.site-footer .widget_services ul li {
	font-size: 14px;
	background: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.site-footer .widget_services ul li:hover {
	border-left: 0px solid #00BCD4;
	box-shadow:none;
}

.site-footer .widget_services ul li a {
	color: #1a1a1a;
	font-size:14px;
}

.site-footer .widget_services ul li a:hover {
	color: #00BCD4;
}

.site-footer .widget_services li {
	border-bottom: none;
	line-height: 28px;
}

.site-footer .widget_services li:before {
	top: 0;
	left: 1px;
}

.widget_services.inline-links li {
	display: block;
	border-bottom: none;
}
.ewm img{
width:100%;
display:block;
}
.footer-c-info{
 background: #1e6cc1;
}